summaryrefslogtreecommitdiff
path: root/cui/source/inc/macropg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-22 10:13:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-22 10:13:56 +0200
commita57049915d32f549cbda6aa8c8d189531aec522b (patch)
tree1ddf76e00952cfe7819e9935b58d5c144eac88ff /cui/source/inc/macropg.hxx
parent7e7bef2748c100aed9ec98fbceb8608fc2906ef2 (diff)
Avoid reserved identifiers
Change-Id: I263603fb81d368ebc8450b2d8cc01752fcd3f29d
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r--cui/source/inc/macropg.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx
index 8f2afbd0bb80..2d3d11985f79 100644
--- a/cui/source/inc/macropg.hxx
+++ b/cui/source/inc/macropg.hxx
@@ -51,22 +51,22 @@ struct EventDisplayName
};
typedef ::std::vector< EventDisplayName > EventDisplayNames;
-class _SvxMacroTabPage;
+class SvxMacroTabPage_;
class SvTabListBox;
-class _SvxMacroTabPage_Impl;
+class SvxMacroTabPage_Impl;
-class _SvxMacroTabPage : public SfxTabPage
+class SvxMacroTabPage_ : public SfxTabPage
{
DECL_LINK_TYPED( SelectEvent_Impl, SvTreeListBox*, void );
DECL_LINK_TYPED( AssignDeleteHdl_Impl, Button *, void );
DECL_LINK_TYPED( DoubleClickHdl_Impl, SvTreeListBox*, bool );
- static long GenericHandler_Impl( _SvxMacroTabPage* pThis, PushButton* pBtn );
+ static long GenericHandler_Impl( SvxMacroTabPage_* pThis, PushButton* pBtn );
protected:
- _SvxMacroTabPage_Impl* mpImpl;
+ SvxMacroTabPage_Impl* mpImpl;
css::uno::Reference< css::container::XNameReplace > m_xAppEvents;
css::uno::Reference< css::container::XNameReplace > m_xDocEvents;
css::uno::Reference< css::util::XModifiable > m_xModifiable;
@@ -75,7 +75,7 @@ protected:
bool bReadOnly, bDocModified, bAppEvents, bInitialized;
EventDisplayNames aDisplayNames;
- _SvxMacroTabPage( vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet& rItemSet );
+ SvxMacroTabPage_( vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet& rItemSet );
void EnableButtons();
static css::uno::Any GetPropsByName( const OUString& eventName, EventsHash& eventsHash );
@@ -83,7 +83,7 @@ protected:
public:
- virtual ~_SvxMacroTabPage();
+ virtual ~SvxMacroTabPage_();
virtual void dispose() override;
void InitResources();
@@ -97,7 +97,7 @@ public:
bool IsReadOnly() const override;
};
-class SvxMacroTabPage : public _SvxMacroTabPage
+class SvxMacroTabPage : public SvxMacroTabPage_
{
public:
SvxMacroTabPage(