Kaydet (Commit) 01854d2d authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Noel Grandin

remove some unused constants

Change-Id: I8742db77a0cfd99257584d830162c1c7126da263
Reviewed-on: https://gerrit.libreoffice.org/17283Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst a60cc5d6
......@@ -24,7 +24,6 @@
#define CGM_IMPORT_CGM 0x00000001
#define CGM_EXPORT_IMPRESS 0x00000100
#define CGM_EXPORT_META 0x00000200
#include <rtl/ustring.hxx>
#include <vector>
......
......@@ -102,7 +102,6 @@ namespace framework{
#define PATHSETTINGS_PROPNAME_ASCII_USERDICTIONARY "UserDictionary"
#define PATHSETTINGS_PROPNAME_ASCII_WORK "Work"
#define PATHSETTINGS_PROPCOUNT 24
/** properties for "LayoutManager" class */
......
......@@ -42,10 +42,6 @@ struct SwBmpItemInfo
sal_uInt16 nItemId;
};
#define NUM_PAGETYPE_BULLET 0
#define NUM_PAGETYPE_SINGLENUM 1
#define NUM_PAGETYPE_NUM 2
#define NUM_PAGETYPE_BMP 3
class SwNumPositionTabPage : public SfxTabPage
{
......
......@@ -321,15 +321,6 @@ bool AquaSalGraphics::hitTestNativeControl( ControlType nType, ControlPart nPart
kThemeStateUnavailableInactive = 8
kThemeStatePressedUp = 2,
kThemeStatePressedDown = 3
#define ControlState::ENABLED 0x0001
#define ControlState::FOCUSED 0x0002
#define ControlState::PRESSED 0x0004
#define ControlState::ROLLOVER 0x0008
#define ControlState::HIDDEN 0x0010
#define ControlState::DEFAULT 0x0020
#define ControlState::SELECTED 0x0040
#define CTRL_CACHING_ALLOWED 0x8000 // set when the control is completely visible (i.e. not clipped)
*/
UInt32 AquaSalGraphics::getState( ControlState nState )
{
......
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