editeng/source/editeng/editdoc.cxx | 7 ------- editeng/source/editeng/editeng.cxx | 2 -- 2 files changed, 9 deletions(-)
New commits: commit 8f5eff2210dc96fa9da8775db5c4d117b63c1f78 Author: Miklos Vajna <[email protected]> Date: Fri Feb 20 09:12:07 2015 +0100 editeng: remove references to dead tools/string.hxx Change-Id: Ia22f17648225307b75310332d756da9018fd1279 diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index c7ae62d..9e0f657 100644 --- a/editeng/source/editeng/editdoc.cxx +++ b/editeng/source/editeng/editdoc.cxx @@ -160,13 +160,6 @@ bool IsScriptItemValid( sal_uInt16 nItemId, short nScriptType ) return bValid; } - - - -// Should later be moved to TOOLS/STRING (Current: 303) -// for Grep: WS_TARGET - - const SfxItemInfo aItemInfos[EDITITEMCOUNT] = { { SID_ATTR_FRAMEDIRECTION, SFX_ITEM_POOLABLE }, // EE_PARA_WRITINGDIR { 0, SFX_ITEM_POOLABLE }, // EE_PARA_XMLATTRIBS diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx index 78a997e..1889439 100644 --- a/editeng/source/editeng/editeng.cxx +++ b/editeng/source/editeng/editeng.cxx @@ -80,8 +80,6 @@ #endif #include <basegfx/polygon/b2dpolygon.hxx> -// later -> TOOLS\STRING.H (for Grep: WS_TARGET) - using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::linguistic2; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
