summaryrefslogtreecommitdiff
path: root/include/svx/XPropertyEntry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/XPropertyEntry.hxx')
-rw-r--r--include/svx/XPropertyEntry.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/svx/XPropertyEntry.hxx b/include/svx/XPropertyEntry.hxx
index 22514d2b86fd..c697ee915d0c 100644
--- a/include/svx/XPropertyEntry.hxx
+++ b/include/svx/XPropertyEntry.hxx
@@ -23,8 +23,6 @@
#include <svx/svxdllapi.h>
#include <vcl/bitmapex.hxx>
-
-
class SVXCORE_DLLPUBLIC XPropertyEntry
{
private:
@@ -34,14 +32,14 @@ private:
protected:
XPropertyEntry(const OUString& rPropEntryName);
- XPropertyEntry(XPropertyEntry const &) = default;
- XPropertyEntry(XPropertyEntry &&) = default;
+ XPropertyEntry(XPropertyEntry const&) = default;
+ XPropertyEntry(XPropertyEntry&&) = default;
public:
virtual ~XPropertyEntry();
- XPropertyEntry & operator =(XPropertyEntry const &) = default;
- XPropertyEntry & operator =(XPropertyEntry &&) = default;
+ XPropertyEntry& operator=(XPropertyEntry const&) = default;
+ XPropertyEntry& operator=(XPropertyEntry&&) = default;
void SetName(const OUString& rPropEntryName) { maPropEntryName = rPropEntryName; }
const OUString& GetName() const { return maPropEntryName; }