diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:41:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:41:19 +0000 |
commit | a3ad370704e3391bf3894cff470f8f548a78e096 (patch) | |
tree | c85a9732fda65fe7124c4b8bf41c99dd75704117 /svx/inc/rubydialog.hxx | |
parent | 35009817ee326f71d4de92d65e8a5c0ebc0b0e97 (diff) |
INTEGRATION: CWS warnings01 (1.12.220); FILE MERGED
2006/04/20 14:47:58 cl 1.12.220.1: warning free code changes
Diffstat (limited to 'svx/inc/rubydialog.hxx')
-rw-r--r-- | svx/inc/rubydialog.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/inc/rubydialog.hxx b/svx/inc/rubydialog.hxx index 1cc7e8395e28..41142ca574c3 100644 --- a/svx/inc/rubydialog.hxx +++ b/svx/inc/rubydialog.hxx @@ -4,9 +4,9 @@ * * $RCSfile: rubydialog.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:23:56 $ + * last change: $Author: hr $ $Date: 2006-06-19 14:41:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -149,6 +149,7 @@ class SvxRubyDialog : public SfxModelessDialog long nLastPos; long nCurrentEdit; + BOOL bModified; com::sun::star::uno::Reference<com::sun::star::view::XSelectionChangeListener> xImpl; |