summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations/annotationmanagerimpl.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-08 11:49:29 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-08 11:49:29 +0100
commit2785e67bbcd479f864ea941bfd9a47916fd04aa4 (patch)
treec3f6bd5574033791c339a005b948816a1fe75956 /sd/source/ui/annotations/annotationmanagerimpl.hxx
parent865034108866bf3e1982d66a1e7f1f420ed0eebb (diff)
parent5f549ccb1c3d111317da4eaf943bdf9218d77766 (diff)
CWS gnumake3: pull in cws removetooltypes01
Notes
split repo tag: impress_ooo/DEV300_m100
Diffstat (limited to 'sd/source/ui/annotations/annotationmanagerimpl.hxx')
-rwxr-xr-xsd/source/ui/annotations/annotationmanagerimpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx
index 70b95c2a509b..af88c852ff73 100755
--- a/sd/source/ui/annotations/annotationmanagerimpl.hxx
+++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx
@@ -79,7 +79,7 @@ public:
void SelectNextAnnotation(bool bForeward);
- void SelectAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > xAnnotation, bool bEdit = FALSE );
+ void SelectAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > xAnnotation, bool bEdit = sal_False );
void GetSelectedAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& xAnnotation );
void InsertAnnotation();
@@ -135,7 +135,7 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > mxSelectedAnnotation;
bool mbShowAnnotations;
- ULONG mnUpdateTagsEvent;
+ sal_uLong mnUpdateTagsEvent;
Font maFont;
};