[Libreoffice-commits] core.git: editeng/source

Miklos Vajna vmiklos at collabora.co.uk
Fri Feb 20 00:24:58 PST 2015


 editeng/source/editeng/editdoc.cxx |    7 -------
 editeng/source/editeng/editeng.cxx |    2 --
 2 files changed, 9 deletions(-)

New commits:
commit 8f5eff2210dc96fa9da8775db5c4d117b63c1f78
Author: Miklos Vajna <vmiklos at collabora.co.uk>
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;


More information about the Libreoffice-commits mailing list