summaryrefslogtreecommitdiffstats
path: root/drawinglayer/inc
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2010-07-14 15:54:26 +0200
committerAndre Fischer <af@openoffice.org>2010-07-14 15:54:26 +0200
commite00b74f231f23cd141fa3ba6f7656506926f9293 (patch)
tree3e85b3d39a13a719dd8f8498396ca5d7bd202b09 /drawinglayer/inc
parent#i10000# add bIsPasswordToModify (diff)
downloadcore-e00b74f231f23cd141fa3ba6f7656506926f9293.tar.gz
core-e00b74f231f23cd141fa3ba6f7656506926f9293.zip
impress195: #i64671# Fixed font pitch processing.
Diffstat (limited to 'drawinglayer/inc')
-rw-r--r--drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx b/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx
index 6dffd80b332e..da7aedc6f983 100644
--- a/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx
+++ b/drawinglayer/inc/drawinglayer/attribute/fontattribute.hxx
@@ -65,6 +65,7 @@ namespace drawinglayer
bool bSymbol = false,
bool bVertical = false,
bool bItalic = false,
+ bool bMonospaced = false,
bool bOutline = false,
bool bRTL = false,
bool bBiDiStrong = false);
@@ -89,6 +90,7 @@ namespace drawinglayer
bool getOutline() const;
bool getRTL() const;
bool getBiDiStrong() const;
+ bool getMonospaced() const;
};
} // end of namespace attribute
} // end of namespace drawinglayer