diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-13 10:09:46 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-14 08:14:06 +0200 |
commit | cf6288443538e2b1c617595adc060810525e2ba6 (patch) | |
tree | 90296d0883737de9f0078f470d70180a1ae45d41 /include/sfx2 | |
parent | a0f78a0688b1a2895aeb70a8e2249d73563f8086 (diff) |
Bin useless comments
Change-Id: Iee3e292dd6c35f52c64d4a264a850def7ae15b0d
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/objsh.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 937e561d8d38..4647f3592caa 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -75,14 +75,13 @@ class JobSetup; class Size; class Point; -// From embobj.hxx #define ASPECT_CONTENT 1 #define ASPECT_THUMBNAIL 2 /* 120 * 120, 6 Colors DIB in MetaFile */ #define ASPECT_ICON 4 #define ASPECT_DOCPRINT 8 #define ASPECT_ALL (ASPECT_CONTENT | ASPECT_THUMBNAIL | ASPECT_ICON | ASPECT_DOCPRINT) -// from pseudo.hxx; must be the same as in OLE2 +// must be the same as in OLE2 #define SVOBJ_MISCSTATUS_SERVERRESIZE 1 #define SVOBJ_MISCSTATUS_NOTREPLACE 4 #define SVOBJ_MISCSTATUS_CANTLINKINSIDE 16 |