diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 19:10:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:10 +0200 |
commit | 2dfd63991607cc3388cbdc1de745c34d9102804b (patch) | |
tree | 665d6d89a43dc9cf93a2a5acc90d95324d403b1e /sc/inc/address.hxx | |
parent | 436f9d16c4b2535ebf927e4fb56c3b7bfee9e509 (diff) |
fixincludeguards.sh: sc
sorry, huge one...
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r-- | sc/inc/address.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 1c03aa3c6fc5..e8f4c93f830b 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_ADDRESS_HXX -#define SC_ADDRESS_HXX +#ifndef INCLUDED_SC_INC_ADDRESS_HXX +#define INCLUDED_SC_INC_ADDRESS_HXX #include <tools/stream.hxx> #include <rtl/ustrbuf.hxx> @@ -913,6 +913,6 @@ inline OUString ScColToAlpha( SCCOL nCol ) /// get column number of A..IV... string bool AlphaToCol( SCCOL& rCol, const OUString& rStr); -#endif // SC_ADDRESS_HXX +#endif // INCLUDED_SC_INC_ADDRESS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |