summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuitabline.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 15:13:07 +0200
committerNoel Grandin <noel@peralex.com>2015-08-04 08:55:56 +0200
commit3ff2e30ff671aa43891968d21aa2e17774e47baf (patch)
treec6e667227082c2c94a4b6034caeda2c3c659378d /cui/source/inc/cuitabline.hxx
parent8e08edb1d9b774b51c81b13a5f374b99c75e54fe (diff)
cui,connectivity: inline some use-once typedefs
Change-Id: I1b043031014a3e823cd614966984a2ac2be1ac71
Diffstat (limited to 'cui/source/inc/cuitabline.hxx')
-rw-r--r--cui/source/inc/cuitabline.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index e66b4b50e1c3..3f09f31c092b 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -82,7 +82,6 @@ public:
/*************************************************************************/
struct SvxBmpItemInfo;
-typedef ::std::vector< SvxBmpItemInfo* > SvxBmpItemInfoList;
class SvxLineTabPage : public SvxTabPage
{
@@ -136,17 +135,18 @@ private:
VclPtr<MetricField> m_pSymbolWidthMF;
VclPtr<MetricField> m_pSymbolHeightMF;
VclPtr<CheckBox> m_pSymbolRatioCB;
- std::vector<OUString> aGrfNames;
- SvxBmpItemInfoList aGrfBrushItems;
- bool bLastWidthModified;
+ std::vector<OUString> aGrfNames;
+ ::std::vector< SvxBmpItemInfo* >
+ aGrfBrushItems;
+ bool bLastWidthModified;
Size aSymbolLastSize;
Graphic aSymbolGraphic;
Size aSymbolSize;
- bool bSymbols;
+ bool bSymbols;
const SfxItemSet& rOutAttrs;
RECT_POINT eRP;
- bool bObjSelected;
+ bool bObjSelected;
XLineStyleItem aXLStyle;
XLineWidthItem aXWidth;