Kaydet (Commit) 8f5eff22 authored tarafından Miklos Vajna's avatar Miklos Vajna

editeng: remove references to dead tools/string.hxx

Change-Id: Ia22f17648225307b75310332d756da9018fd1279
üst c4ac108e
...@@ -160,13 +160,6 @@ bool IsScriptItemValid( sal_uInt16 nItemId, short nScriptType ) ...@@ -160,13 +160,6 @@ bool IsScriptItemValid( sal_uInt16 nItemId, short nScriptType )
return bValid; return bValid;
} }
// Should later be moved to TOOLS/STRING (Current: 303)
// for Grep: WS_TARGET
const SfxItemInfo aItemInfos[EDITITEMCOUNT] = { const SfxItemInfo aItemInfos[EDITITEMCOUNT] = {
{ SID_ATTR_FRAMEDIRECTION, SFX_ITEM_POOLABLE }, // EE_PARA_WRITINGDIR { SID_ATTR_FRAMEDIRECTION, SFX_ITEM_POOLABLE }, // EE_PARA_WRITINGDIR
{ 0, SFX_ITEM_POOLABLE }, // EE_PARA_XMLATTRIBS { 0, SFX_ITEM_POOLABLE }, // EE_PARA_XMLATTRIBS
......
...@@ -80,8 +80,6 @@ ...@@ -80,8 +80,6 @@
#endif #endif
#include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygon.hxx>
// later -> TOOLS\STRING.H (for Grep: WS_TARGET)
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::linguistic2; using namespace ::com::sun::star::linguistic2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment