diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-11-09 20:00:53 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-11-16 16:54:39 +0100 |
commit | fe4901829f7e1ff397945a7abd5af977a80978e9 (patch) | |
tree | 6fa06ca9452b648458b40a86b94441de7f2ae8da /sw/inc | |
parent | 9ba8304dad9473410fe5b30699fd4389e6a174aa (diff) |
SetStrmStgPtr can return bool instead of sal_True/sal_False in an int
Change-Id: I5348977de17d3f916cecabe4b5c3f7630a89667e
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/shellio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index 1027651721ad..a1d024fab235 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -264,7 +264,7 @@ private: // Everyone who does not need the streams / storages open // has to overload the method (W4W!!). - virtual int SetStrmStgPtr(); + virtual bool SetStrmStgPtr(); }; class AsciiReader: public Reader |