summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/exp_share.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmldlg_imexp/exp_share.hxx')
-rw-r--r--xmlscript/source/xmldlg_imexp/exp_share.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmlscript/source/xmldlg_imexp/exp_share.hxx b/xmlscript/source/xmldlg_imexp/exp_share.hxx
index aaf6bd6aee..97800963dc 100644
--- a/xmlscript/source/xmldlg_imexp/exp_share.hxx
+++ b/xmlscript/source/xmldlg_imexp/exp_share.hxx
@@ -61,27 +61,27 @@ struct Style
// current highest mask: 0x40
short _all;
short _set;
-
+
::rtl::OUString _id;
-
+
inline Style( short all_ ) SAL_THROW( () )
: _fontRelief( css::awt::FontRelief::NONE )
, _fontEmphasisMark( css::awt::FontEmphasisMark::NONE )
, _all( all_ )
, _set( 0 )
{}
-
+
css::uno::Reference< css::xml::sax::XAttributeList > createElement();
};
class StyleBag
{
::std::vector< Style * > _styles;
-
+
public:
~StyleBag() SAL_THROW( () );
-
+
::rtl::OUString getStyleId( Style const & rStyle ) SAL_THROW( () );
-
+
void dump( css::uno::Reference< css::xml::sax::XExtendedDocumentHandler >
const & xOut );
};
@@ -114,7 +114,7 @@ public:
inline void read(
::rtl::OUString const & propName, ::rtl::OUString const & attrName,
bool forceAttribute = false );
-
+
//
template<typename T>
inline bool readProp( T * ret, ::rtl::OUString const & rPropName );