diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:06:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-01 09:51:32 -0600 |
commit | 8792ec7b2129650777b7b4bfacaa7c13d923279b (patch) | |
tree | f181e37b61533b460397cc68625fd21f46bb6393 /include/svx/xtable.hxx | |
parent | dff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff) |
Remove visual noise from include
Conflicts:
include/framework/preventduplicateinteraction.hxx
include/sfx2/sfxbasecontroller.hxx
include/sfx2/sfxbasemodel.hxx
include/toolkit/awt/vclxtabpagemodel.hxx
include/vcl/field.hxx
include/vcl/settings.hxx
Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2
Reviewed-on: https://gerrit.libreoffice.org/8272
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/xtable.hxx')
-rw-r--r-- | include/svx/xtable.hxx | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/include/svx/xtable.hxx b/include/svx/xtable.hxx index 71f0db76e78b..791583da7ed2 100644 --- a/include/svx/xtable.hxx +++ b/include/svx/xtable.hxx @@ -51,9 +51,9 @@ extern sal_Unicode pszStandard[]; // "standard" // enum COL_NAME nicht verglichen werden kann. SVX_DLLPUBLIC Color RGB_Color( ColorData nColorName ); -// ------------------ + // class XColorEntry -// ------------------ + class SVX_DLLPUBLIC XColorEntry : public XPropertyEntry { @@ -70,9 +70,9 @@ public: } }; -// -------------------- + // class XLineEndEntry -// -------------------- + class SVX_DLLPUBLIC XLineEndEntry : public XPropertyEntry { @@ -89,9 +89,9 @@ public: } }; -// ------------------ + // class XDashEntry -// ------------------ + class SVX_DLLPUBLIC XDashEntry : public XPropertyEntry { @@ -108,9 +108,9 @@ public: } }; -// ------------------ + // class XHatchEntry -// ------------------ + class SVX_DLLPUBLIC XHatchEntry : public XPropertyEntry { @@ -127,9 +127,9 @@ public: } }; -// --------------------- + // class XGradientEntry -// --------------------- + class SVX_DLLPUBLIC XGradientEntry : public XPropertyEntry { @@ -146,9 +146,9 @@ public: } }; -// --------------------- + // class XBitmapEntry -// --------------------- + class SVX_DLLPUBLIC XBitmapEntry : public XPropertyEntry { @@ -165,9 +165,9 @@ public: } }; -// -------------------- + // class XPropertyList -// -------------------- + enum XPropertyListType { XCOLOR_LIST, @@ -272,9 +272,9 @@ public: inline XGradientListRef AsGradientList(); }; -// ------------------ + // class XColorList -// ------------------ + class SVX_DLLPUBLIC XColorList : public XPropertyList { @@ -298,9 +298,9 @@ public: static XColorListRef GetStdColorList(); // returns a singleton }; -// ------------------- + // class XLineEndList -// ------------------- + class SVX_DLLPUBLIC XLineEndList : public XPropertyList { @@ -319,9 +319,9 @@ public: virtual bool Create(); }; -// ------------------- + // class XDashList -// ------------------- + class SVX_DLLPUBLIC XDashList : public XPropertyList { @@ -358,9 +358,9 @@ public: OUString GetStringForUiNoLine() const; }; -// ------------------- + // class XHatchList -// ------------------- + class SVX_DLLPUBLIC XHatchList : public XPropertyList { @@ -381,9 +381,9 @@ public: virtual bool Create(); }; -// ------------------- + // class XGradientList -// ------------------- + class SVX_DLLPUBLIC XGradientList : public XPropertyList { protected: @@ -403,9 +403,9 @@ public: virtual bool Create(); }; -// ------------------- + // class XBitmapList -// ------------------- + class SVX_DLLPUBLIC XBitmapList : public XPropertyList { |