Kaydet (Commit) ae43f760 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS fwk48 (1.2.326); FILE MERGED

2006/09/13 10:42:42 pb 1.2.326.1: fix: #125845# new member: maFillGroupTimer
üst 0319ce8e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: macropg_impl.hxx,v $ * $RCSfile: macropg_impl.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 19:05:39 $ * last change: $Author: obo $ $Date: 2006-10-13 09:47:09 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
class _SfxMacroTabPage_Impl class _SfxMacroTabPage_Impl
{ {
public: public:
_SfxMacroTabPage_Impl( void ); _SfxMacroTabPage_Impl( void );
~_SfxMacroTabPage_Impl(); ~_SfxMacroTabPage_Impl();
String maStaticMacroLBLabel; String maStaticMacroLBLabel;
PushButton* pAssignPB; PushButton* pAssignPB;
...@@ -59,7 +59,8 @@ public: ...@@ -59,7 +59,8 @@ public:
FNGetMacrosOfRangeHdl fnGetMacroOfRange; FNGetMacrosOfRangeHdl fnGetMacroOfRange;
BOOL bReadOnly; BOOL bReadOnly;
Timer maFillGroupTimer;
}; };
#endif #endif
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