Kaydet (Commit) f4191be4 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

add applyToItemSet method to all properties

Change-Id: Iaa67f0c6c619af248074d9c1a436a1e59563fd2b
üst bd38b1f1
...@@ -218,8 +218,9 @@ private: ...@@ -218,8 +218,9 @@ private:
struct border struct border
{ {
border(); border();
void applyToItemSet(SfxItemSet& rSet) const;
}; };
border maCurrentBorder; border maCurrentBorder;
...@@ -231,6 +232,7 @@ private: ...@@ -231,6 +232,7 @@ private:
bool mbLocked; bool mbLocked;
protection(); protection();
void applyToItemSet(SfxItemSet& rSet) const;
}; };
protection maCurrentProtection; protection maCurrentProtection;
...@@ -239,6 +241,8 @@ private: ...@@ -239,6 +241,8 @@ private:
struct number_format struct number_format
{ {
OUString maCode; OUString maCode;
void applyToItemSet(SfxItemSet& rSet) const;
}; };
number_format maCurrentNumberFormat; number_format maCurrentNumberFormat;
......
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